php check array is not associative

33

php check array is not associative -

count(array_filter(array_keys($array), 'is_string')) === 0

Comments

Submit
0 Comments